home *** CD-ROM | disk | FTP | other *** search
/ Practical Internet Web Designer 89 / PIWD89.iso / pc / CONTENTS / BONUS / FULL / wikiwriter / setup-ww2x.exe / {app} / help / tutor06.db < prev    next >
Text File  |  2002-09-25  |  1KB  |  47 lines

  1. @@title WikiWriter Tutorial: Build bulleted lists
  2. .nav WikiWriter Tutorial: ((tutor05|Prev)) | ((tutor00|Up)) | ((tutor07|Next))
  3. .end
  4. == Build bulleted lists
  5.  
  6. To make a bulleted list (list with a fat dot in front of each item), use the "star" (asterisk) token for each list item, with a slash-star (/*) on a line by itself to mark the end of the list:
  7. <pre>* List item 1
  8. * List item 2
  9. * List item 3
  10. /*
  11. </pre>
  12.  
  13. will produce:
  14. * List item 1
  15. * List item 2
  16. * List item 3
  17. /*
  18.  
  19. Let's try it on [[b Second Page]].
  20.  
  21. # Now your page looks like this:
  22. .result
  23. == My second page.
  24. Link back to ((Home)).
  25. This link goes to the ((Third Page|next)) page.
  26. .end
  27.  
  28. # Select [[b Edit Page]].
  29.  
  30. # Put a star and a space at the beginning of each of the link lines, and a slash-star on a line of its own:
  31. <pre>* Link back to ((Home)).
  32. * This link goes to the ((Third Page|next)) page.
  33. /*
  34. </pre>
  35.  
  36. # Here's the new look for the page:
  37. /#
  38. .result
  39. == My second page.
  40. * Link back to ((Home)).
  41. * This link goes to the ((Third Page|next)) page.
  42. /*
  43. .end
  44. .nav WikiWriter Tutorial: ((tutor05|Prev)) | ((tutor00|Up)) | ((tutor07|Next))
  45. .end
  46.  
  47.